From: Po Lu Date: Tue, 15 Mar 2022 02:24:13 +0000 (+0800) Subject: * src/xterm.c (handle_one_xevent): Fix use of wrong motion structure. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2370^2~1122 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=299e47536173c62fc5edf1bd12baadc29d718674;p=emacs.git * src/xterm.c (handle_one_xevent): Fix use of wrong motion structure. --- diff --git a/src/xterm.c b/src/xterm.c index 71c0bd3dcd5..b198dab983a 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -11286,7 +11286,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, last_mouse_window = window; } - if (!x_note_mouse_movement (f, &event->xmotion)) + if (!x_note_mouse_movement (f, &xmotion)) help_echo_string = previous_help_echo_string; } else